home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paradise in the Skirt
/
Paradise in the Skirt.iso
/
supr3.dir
/
00072_Script_72
< prev
next >
Wrap
Text File
|
1994-11-11
|
880b
|
26 lines
ON STARTMOVIE
global Girl1,Girl2,gBlockList,gGirlList,gEntranceList,stepNo,totalHPoint,switchYesNo,gMovieList
put 5 into stepNo
put totalHpoint into field "Hpoint"
set gBlockList = [20,21,22,23,24,25,26,29,30,31,32,33]
set gEntranceList = [35]
set gGirlList = [20,21,22,23,24,25,26]
set gMovieList = [20:1,21:2,22:3,23:4,24:5,25:6,26:7]
set girlsblockList = [13,20,21,22,23,24,25,26,29,30,31,32,33]
puppetSprite 13, true
PUPPETSPRITE 14, TRUE
set girl1 = birth(script "aGirl", 24, 75, 27, 79, girlsblockList)
set girl2 = birth(script "aGirl", 25, 58, 28, 74, girlsblockList)
updatestage
set the keyDownScript to "incHpoint"
END
on incHpoint
global totalHpoint
if the commandDown and the optionDown and (the keyCode = 4) then
put totalHpoint + 300 into totalHpoint
put totalHpoint into field "Hpoint"
end if
end